Fractal Cloud Generator
by Max C. · in Torque Game Engine · 06/10/2003 (7:22 pm) · 5 replies
Ok, I was trying to compile the Torque SDK with the Fractal Cloud Generator in Project Builder when I got this fatal error:
error 'memset' undeclared (first use this funtion)
Luckily I backed up my files, but what can I do to get the Fractal Cloud Generator to work? Thanks for your time,
Max
error 'memset' undeclared (first use this funtion)
Luckily I backed up my files, but what can I do to get the Fractal Cloud Generator to work? Thanks for your time,
Max
About the author
#2
Max
06/12/2003 (2:14 pm)
Heh Badguy, I didn't post this because I had any idea what I was doing; I wanted help, and I still need it... Thanks,Max
#3
for the string "memset" ?
Im not sure in mac but im sure there is a find in files.
06/15/2003 (11:16 pm)
you need help searching the project files from torque?for the string "memset" ?
Im not sure in mac but im sure there is a find in files.
#4
,
try using #include or #include
I was getting that same error.
-Sabrecyd
06/16/2003 (2:55 am)
instead of the line #include try using #include
I was getting that same error.
-Sabrecyd
#5
Max
06/16/2003 (9:21 am)
@Sabrecyd: Thank you! (Someone who undestands my problem...) Now do you see Badguy, it was not a matter of finding a file, something was wrong with the code....Max
Torque Owner Badguy
you need to look at how torque has wrapped the stdlib functions.
for example search the project for
dMemset
better yet just search for memset, and that would have enabled you to solve this trivial error on your own.
and im sure from there you can figure the rest out.