Mathias1000 / titanfiesta

Automatically exported from code.google.com/p/titanfiesta
GNU General Public License v3.0
0 stars 0 forks source link

Fiesta Proxy Error #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Error   3   error C2664: 'CreateProcessA' : cannot convert parameter 9 from
'STARTUPINFO *' to 'LPSTARTUPINFOA' e:\fiesta source\titanfiesta\fiesta
proxy\CFiestaLauncher.hpp   75  Fiesta Proxy

That is the error i get when trying to compile the fiesta proxy.

I have no clue what that error means so kinda stumped o.o; any help would
be appreciated.

Original issue reported on code.google.com by willson....@gmail.com on 2 Aug 2009 at 6:31

GoogleCodeExporter commented 9 years ago
I can't reproduce this error, are you still encountering it with the latest 
proxy
from SVN?

Original comment by dra...@gmail.com on 16 Aug 2009 at 2:03

GoogleCodeExporter commented 9 years ago
Yeah just tried again, updated and tried to recompile - still gives same error

Error   13  error C2664: 'CreateProcessA' : cannot convert parameter 9 from 
'STARTUPINFO
*' to 'LPSTARTUPINFOA'  e:\fiesta source\titanfiesta\fiesta
proxy\CFiestaLauncher.hpp   79  Fiesta Proxy

Out of curiosity, it shouldn't matter where you put the source code right?

Original comment by willson....@gmail.com on 16 Aug 2009 at 2:54

GoogleCodeExporter commented 9 years ago
what i don't seem to understand is, i can compile it under debug, but when i 
try to
compile it as a release that happens.

Original comment by willson....@gmail.com on 16 Aug 2009 at 2:58

GoogleCodeExporter commented 9 years ago
CreateProcessA(0, commandLine, NULL, NULL, FALSE, NULL, NULL, NULL, &si, &pi);

thats the code line.

Original comment by willson....@gmail.com on 16 Aug 2009 at 3:05

GoogleCodeExporter commented 9 years ago
Oh, you didn't say you were compiling as release, I only ever compile as debug. 
I'll
look into it, now that I know exactly what you did to cause it.

Original comment by dra...@gmail.com on 17 Aug 2009 at 7:18

GoogleCodeExporter commented 9 years ago
I had forgotten to set the character set for release. The latest version on SVN
should compile now.

Original comment by dra...@gmail.com on 17 Aug 2009 at 7:30