-
what i understand from the errors:
you are trying to call the Framewave function using __stdcall, which is actually build using __cdecl now.
Please make sure you have used the correct headers of the framewave in your project. The modified headers. you can find them in Framewave\build\include also make sure that STDCALL is defined to empty.
2009-07-09 06:28:17 UTC in Framewave
-
kalyanjk committed revision 485 to the Framewave SVN repository, changing 1 files.
2009-07-07 09:22:11 UTC in Framewave
-
kalyanjk committed revision 484 to the Framewave SVN repository, changing 1 files.
2009-07-07 09:17:43 UTC in Framewave
-
I tried, and all three functions link fine with out any problems. fwsConvert_32f64 is misspelled, should have been fwsConvert_32f64f. Not sure of the other two functions. Try to do a clean build again.
2009-07-07 04:09:07 UTC in Framewave
-
you were right had to edit Framewave\domain\fwBase\include\fwBase.h
are you compiling your application with /MD /Gd flags?
Please give more detials on the error.
2009-07-03 13:26:07 UTC in Framewave
-
Steps to build using /MD /Gd flags:
1) In file Framewave\build\include\fwBase.h and Framewave\domain\fwBase\include\ThreadPool.h replace
"#define STDCALL __stdcall" with "#define STDCALL" [ defining STDCALL to empty]
2) In file BuildTools\buildscripts\fwflags_msvc.py replace
"dctCCFlags[r'/Gz'] = []" with "dctCCFlags[r'/Gd'] = []" [...
2009-07-01 05:52:19 UTC in Framewave
-
kalyanjk committed revision 482 to the Framewave SVN repository, changing 7 files.
2009-05-28 10:42:01 UTC in Framewave
-
kalyanjk committed revision 481 to the Framewave SVN repository, changing 6 files.
2009-05-21 11:28:12 UTC in Framewave
-
kalyanjk committed revision 480 to the Framewave SVN repository, changing 5 files.
2009-05-13 13:44:06 UTC in Framewave
-
kalyanjk committed revision 479 to the Framewave SVN repository, changing 5 files.
2009-05-12 09:43:50 UTC in Framewave