May 05, 2024, 02:07:24 AM

News:

Own IWBasic 2.x ? -----> Get your free upgrade to 3.x now.........


Nothing's wrong with this function definition

Started by Parker, January 18, 2006, 09:31:06 PM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

Parker

sub ThreadStart(
unsigned int fn,
opt pointer param=0,
opt unsigned int stacksize=0,
opt pointer id=0
),unsigned int
{


It gives me errors though
QuoteCompiling...
thread_test.src
No Errors

Linking...
Aurora Linker v1.0 Copyright ÂÃ,©2005 Ionic Wind Software
Generating C:\dev\ac\Common Classes\thread_test.exe
Build completed

But when I put it all on one line it works fine. I just thought it needed fixing.
Thanks,
Parker