I just recompiled the first of several existing PB 2.96 projects in 3.0
The compile aborted with several errors as a result of Labels created in 2.96 that were not referenced with a GoToLabel. The unused Labels were Removed and those errors cleared on the next recompile.
There are still several errors that are still aborting the process and I am not certain where to go look for the problems. See below:
Compiling scripts:
The compile aborted with several errors as a result of Labels created in 2.96 that were not referenced with a GoToLabel. The unused Labels were Removed and those errors cleared on the next recompile.
There are still several errors that are still aborting the process and I am not certain where to go look for the problems. See below:
Compiling scripts:
- script: “mainscript.c”…
…\Shipping\bin\mainscript.c(1070): error #2001: Syntax error: expected ‘;’ but found ‘{’.
…\Shipping\bin\mainscript.c(1071): error #2048: Undeclared identifier ‘hInstance’.
…\Shipping\bin\mainscript.c(1071): error #2140: Type error in argument 1 to ‘SFXMainProc’; expected ‘HINSTANCE’ but found ‘int’.
…\Shipping\bin\mainscript.c(1071): error #2048: Undeclared identifier ‘hPrevInstance’.
…\Shipping\bin\mainscript.c(1071): error #2140: Type error in argument 2 to ‘SFXMainProc’; expected ‘HINSTANCE’ but found ‘int’.
…\Shipping\bin\mainscript.c(1071): error #2048: Undeclared identifier ‘lpCmdLine’.
…\Shipping\bin\mainscript.c(1071): error #2140: Type error in argument 3 to ‘SFXMainProc’; expected ‘char *’ but found ‘int’.
…\Shipping\bin\mainscript.c(1071): error #2048: Undeclared identifier ‘nCmdShow’.
…\Shipping\bin\mainscript.c(1072): error #2001: Syntax error: expected ‘}’ but found ‘end of input’.
Last edited: