Serious Problem with an old Module
Posted: Fri Sep 15, 2006 3:41 pm
I have a module which works only on Unreal3.2-19beta version
(Windows/linux) I have its source ===>such as blah.c
I tried it on Linux and it worked after i compiled the blah.c and became
blah.so. it loaded successfully.
I have installed C++ 2003 recently, and i wanted to compile the blah.c on windows.. but the problem that when i put the file blah.c in src/modules
of unreal 19 beta
and write "nmake -f makefile.win32 custommodule MODULEFILE=blah"
it says
------------------------------------------------------------------------
NMAKE : fatal error U1073: don't know how to make 'custommodule'
Stop.
---------------------------------------------------------------------------
when i put the file blah.c into the directory src/modules of Unreal3.2.3
it succeed, but when i try to load the module blah.dll ,, it says that it has to work on an old version.
it must be compiled by unreal3.2 19 beta,, but in that version it does not support the command custmmodule..
I need solution please..
Thank you very much
Moderator edit: please don't put your entire post in red with fontsize 18.
(Windows/linux) I have its source ===>such as blah.c
I tried it on Linux and it worked after i compiled the blah.c and became
blah.so. it loaded successfully.
I have installed C++ 2003 recently, and i wanted to compile the blah.c on windows.. but the problem that when i put the file blah.c in src/modules
of unreal 19 beta
and write "nmake -f makefile.win32 custommodule MODULEFILE=blah"
it says
------------------------------------------------------------------------
NMAKE : fatal error U1073: don't know how to make 'custommodule'
Stop.
---------------------------------------------------------------------------
when i put the file blah.c into the directory src/modules of Unreal3.2.3
it succeed, but when i try to load the module blah.dll ,, it says that it has to work on an old version.
it must be compiled by unreal3.2 19 beta,, but in that version it does not support the command custmmodule..
I need solution please..
Thank you very much
Moderator edit: please don't put your entire post in red with fontsize 18.