Search found 18341 matches

by BackupUser
Wed Apr 23, 2003 4:04 pm
Forum: Coding Questions
Topic: i am newbie
Replies: 6
Views: 2654

Restored from previous forum. Originally posted by julianbury . There are examples in C:\Program Files\PureBasic\Examples. The PureBasic Editor has an help option on the toolbar in which you can find the commands. The help files are not perfect as the language is still being developed. Read these f...
by BackupUser
Wed Apr 23, 2003 3:28 pm
Forum: Coding Questions
Topic: i am newbie
Replies: 6
Views: 2654

Restored from previous forum. Originally posted by shinji.

can you answer me plz
by BackupUser
Wed Apr 23, 2003 2:52 pm
Forum: Tricks 'n' Tips
Topic: MOD Infomation Code
Replies: 0
Views: 1299

MOD Infomation Code

Restored from previous forum. Originally posted by Inner . Another famiour tracker format, only does (M.K.) (Mahoney & Kaktus), I don't know about the other forms, haven't been game enough to have a look at it. as always, the pattern data isn't read out, because it's beond me, I did have a stab...
by BackupUser
Wed Apr 23, 2003 2:36 pm
Forum: Feature Requests and Wishlists
Topic: DLL filename in commandline
Replies: 4
Views: 1901

Restored from previous forum. Originally posted by ebknoppert.

BTW,
Isn't it better to use a tempfile for instructions like @filename wich containes the commandline parameters.
I can imagne a problematic length of the commandline.


http://www.hellobasic.com
by BackupUser
Wed Apr 23, 2003 1:37 pm
Forum: Feature Requests and Wishlists
Topic: Windows CallBack access
Replies: 2
Views: 1582

Restored from previous forum. Originally posted by fred.

It's still not done, but I will probably change it soon.

Fred - AlphaSND
by BackupUser
Wed Apr 23, 2003 12:05 pm
Forum: Feature Requests and Wishlists
Topic: Windows CallBack access
Replies: 2
Views: 1582

Restored from previous forum. Originally posted by Denis . Hi Fred, as we discuss about Windows CallBack acces few months ago (ASM language or C) you tell me that you have to modify PB to set Windows CallBack access like in Java. SO, I ask if it will be possble (near futur ?) to have a "multi-...
by BackupUser
Wed Apr 23, 2003 12:03 pm
Forum: General Discussion
Topic: How old are you?
Replies: 66
Views: 14663

Restored from previous forum. Originally posted by horia.

47

Horia
Registered PureBasic User
by BackupUser
Wed Apr 23, 2003 11:43 am
Forum: Coding Questions
Topic: Number of file in Temporary Internet File
Replies: 9
Views: 3218

Restored from previous forum. Originally posted by Denis . Hi El_Choni, it's a nice work. I try your code. First, it doesn't compile because GetSystemInfo_( hasn't parameter. Case #S_FALSE CallCOM(#IMalloc_Free, pMalloc, ppidl) CallCOM(#IUnknown_Release, pMalloc) Debug "" Debug FolderPath...
by BackupUser
Wed Apr 23, 2003 11:43 am
Forum: General Discussion
Topic: Custom IDE question(s): How to...
Replies: 4
Views: 2151

Restored from previous forum. Originally posted by freak . If the Editor Source is too big, you can also hav a look at my IETool Source. It also fully interfaces with the PB compiler. http://www.reelmediaproductions.com/pb/apps/IETool.zip Basically, the Compiler and the Editor send Messages, to com...
by BackupUser
Wed Apr 23, 2003 11:23 am
Forum: Coding Questions
Topic: Refresh window in a loop ?
Replies: 7
Views: 2873

Restored from previous forum. Originally posted by freak . Hmm, no I wouldn't do that. You are right, that a loop with WindowEvent() and no Delay inbetween takes all CPU Time (as the System can't go idle in that case), but is I understand plopzz, he has a loop that needs to calculate/do stuff fast,...
by BackupUser
Wed Apr 23, 2003 10:26 am
Forum: General Discussion
Topic: We're Back!
Replies: 20
Views: 6236

Restored from previous forum. Originally posted by ebknoppert.

Might improve speed too.
The current location seems to be really slow.
Might be the board, i don't know..


http://www.hellobasic.com
by BackupUser
Wed Apr 23, 2003 10:23 am
Forum: Feature Requests and Wishlists
Topic: Messagepump incomplete?
Replies: 3
Views: 1681

Restored from previous forum. Originally posted by ebknoppert . The WaitForWindowsEvent() doesn't seem to use IsDialogMessage() This is not really handy since it will prevent some important messages to occure. I write custom controls and they awaite the WM_GETDLGCODE message. Without this IsDialog(...
by BackupUser
Wed Apr 23, 2003 10:20 am
Forum: Feature Requests and Wishlists
Topic: DLL filename in commandline
Replies: 4
Views: 1901

Restored from previous forum. Originally posted by ebknoppert.

Hello,

I had this expariance during call of the compiler.
The exe output name may be given, the dll name not.
Why?

I currently copy the dll file Purebasic.dll to the destination name.


http://www.hellobasic.com
by BackupUser
Wed Apr 23, 2003 10:10 am
Forum: Coding Questions
Topic: Number of file in Temporary Internet File
Replies: 9
Views: 3218

Restored from previous forum. Originally posted by El_Choni . Check this (a bit tricky, but seems to work): ; Comments: Usual folder location/Minimum OS version required (if not stated, Windows 95, NT or later) #CSIDL_DESKTOP = 0 #CSIDL_INTERNET = $0001 ; Internet Explorer (icon on desktop) #CSIDL_...
by BackupUser
Wed Apr 23, 2003 10:08 am
Forum: Feature Requests and Wishlists
Topic: GIF and TIFF Support
Replies: 6
Views: 2123

Restored from previous forum. Originally posted by El_Choni.

I think I can code a GIF decode plugin now. Since it'll use OleLoadPicture, I don't think there'll be license problems involved (It's Windows who does the job).

El_Choni