Search found 135 matches

by Hard
Oct 24, 2008 20:59
Forum: General
Topic: will dynamic arrays in types ever be supported?
Replies: 7
Views: 1394

will dynamic arrays in types ever be supported?

hi

will dynamic arrays in types ever be supported?

thanks - hard
by Hard
Sep 29, 2008 16:17
Forum: General
Topic: problem with gprof
Replies: 3
Views: 1030

whats that? times are wrong? time seconds seconds calls Ts/call Ts/call name 33.33 0.01 0.01 fb_ConsoleSleep 33.33 0.02 0.01 fb_hConsoleGetHandle 33.33 0.03 0.01 fb_hConsoleInputBufferChanged 0.00 0.03 0.00 1271679 0.00 0.00 TSNE_DATA_SEND@12 0.00 0.03 0.00 1271622 0.00 0.00 DATA_POINTER@16
by Hard
Sep 29, 2008 15:20
Forum: General
Topic: problem with gprof
Replies: 3
Views: 1030

ah ok now i am understanding ...

i thought when using the grprof myexe.exe > text.txt it gerenarets the stuff^^

thanks - solved
by Hard
Sep 28, 2008 0:11
Forum: General
Topic: problem with gprof
Replies: 3
Views: 1030

problem with gprof

hi i am trying to play with gprof. i compiled the bas (multithreaded content) with -profile, started gprof with gprof myexe.exe > text.txt and my app doesnt pop up. actually text.txt is generated ant in it there are some performance measurements, but my app (a server) isnt running anyway ... any ide...
by Hard
Sep 08, 2008 0:05
Forum: General
Topic: GENERAL.o:fake:(.text+0x2ae7): undefined reference to ...
Replies: 8
Views: 1186

http://msdn.microsoft.com/en-us/library ... S.85).aspx

doesnt matter, ive got a problem with a couter but i think its a bug :P
by Hard
Sep 07, 2008 19:26
Forum: General
Topic: GENERAL.o:fake:(.text+0x2ae7): undefined reference to ...
Replies: 8
Views: 1186

hey cha0s, any skill about the pdh lib?

@Lachie Dazdarian: you need more vicodin ;)
by Hard
Sep 07, 2008 17:51
Forum: General
Topic: GENERAL.o:fake:(.text+0x2ae7): undefined reference to ...
Replies: 8
Views: 1186

thx, problem solved

switched 2 words in the function name :)
by Hard
Sep 07, 2008 16:57
Forum: General
Topic: GENERAL.o:fake:(.text+0x2ae7): undefined reference to ...
Replies: 8
Views: 1186

GENERAL.o:fake:(.text+0x2ae7): undefined reference to ...

GENERAL.o:fake:(.text+0x2ae7): undefined reference to `NETWORK_SHORT_READ_01@0'
never got such an error msg during compiling. what does that mean? what should i do?

edit: solved - see below
by Hard
Sep 03, 2008 11:56
Forum: General
Topic: timer
Replies: 2
Views: 788

works just fine - thx
by Hard
Sep 01, 2008 20:33
Forum: General
Topic: timer
Replies: 2
Views: 788

timer

cerverza i am searching for a timer and found this topic: http://www.freebasic.net/forum/viewtopic.php?t=3247 it sounds great, but i have got several compile warings/errors: D:\Programme\Free Basic>fbc timer.bas -lib timer.bas(36) warning 1(1): Passing scalar as pointer, at parameter 1 of CONDWAIT()...
by Hard
Aug 30, 2008 16:45
Forum: General
Topic: Duplicated definition between headers
Replies: 6
Views: 1626

try #INCLUDE ONCE
by Hard
Aug 30, 2008 14:01
Forum: General
Topic: Problem with OpenProcess
Replies: 3
Views: 1082

by Hard
Aug 30, 2008 4:58
Forum: General
Topic: Need help with chisock
Replies: 14
Views: 3461

you should send a emthy string and then you gonna receive the next part of the data ;)
by Hard
Aug 30, 2008 4:54
Forum: General
Topic: Problem with OpenProcess
Replies: 3
Views: 1082

dont care about PROCESSES_SHORT_TYPE_ARRAY, it once was my array for processid, processpath and processexename.

what do you mean with qb mode? actually i am really new to fb and this is a try of a conversion from vb6 ;)

I LIKE CAPS LOCK :P
by Hard
Aug 29, 2008 21:22
Forum: General
Topic: Problem with OpenProcess
Replies: 3
Views: 1082

Problem with OpenProcess

cerveza i let the code speak for itself #INCLUDE ONCE "windows.bi" #INCLUDE ONCE "win/winbase.bi" #INCLUDE ONCE "win/psapi.bi" #INCLUDE ONCE "win/tlhelp32.bi" DECLARE SUB PROCESSES_SHORT_READ_01() '++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++...