Search found 120 matches
- Oct 31, 2006 21:33
- Forum: Projects
- Topic: GUI developer
- Replies: 19
- Views: 4957
It's a wonderful idea that should have "been done", but most people slack off, myself included. I would try and start small. One of the things I wanted to do was write a platform-independent dialog oader. I agree. It would be nice to have something like that. :) A form script language based on XML ...
- Aug 14, 2006 20:10
- Forum: General
- Topic: Compression using fbgfxlib's routines
- Replies: 3
- Views: 1033
- Aug 14, 2006 15:19
- Forum: Projects
- Topic: JPEG Loading library
- Replies: 18
- Views: 9762
Re: JPEG Loading library
yetifoot wrote:At the moment it just loads, but i'd consider adding save if people are interested.
That would be great! :)
- Aug 14, 2006 15:09
- Forum: General
- Topic: Compression using fbgfxlib's routines
- Replies: 3
- Views: 1033
Compression using fbgfxlib's routines
Hi, I tried to compress some files using this routines: Declare Function Encode Alias "fb_hEncode" (ByVal lpIn As Any Ptr,_ ByVal asize As Integer,_ ByVal lpOut As Any Ptr,_ ByRef out_size AS Integer ) As Integer Declare Function Decode Alias "fb_hDecode" (ByVal lpIn ...
- Feb 19, 2006 20:56
- Forum: Windows
- Topic: DLLs made by FB doesn't run on Win98
- Replies: 11
- Views: 2342
- Feb 19, 2006 19:07
- Forum: Windows
- Topic: DLLs made by FB doesn't run on Win98
- Replies: 11
- Views: 2342
- Feb 19, 2006 12:14
- Forum: Windows
- Topic: DLLs made by FB doesn't run on Win98
- Replies: 11
- Views: 2342
- Feb 19, 2006 11:51
- Forum: Windows
- Topic: DLLs made by FB doesn't run on Win98
- Replies: 11
- Views: 2342
- Feb 18, 2006 16:00
- Forum: Projects
- Topic: RadASM, IDE for FreeBASIC
- Replies: 356
- Views: 83359
- Feb 18, 2006 15:56
- Forum: Windows
- Topic: DLLs made by FB doesn't run on Win98
- Replies: 11
- Views: 2342
DLLs made by FB doesn't run on Win98
Hi, I made some DLLs for my VB6 applications and everything is fine if I run the programs on Windows 2000 / XP. If I try to start them on Windows 98 First Edition they crash with a message like this one at the point where the DLLs are called: http://home.arcor.de/ssteiner/qbforum/pfault.png I use FB...
- Oct 17, 2005 17:45
- Forum: Windows
- Topic: Using RASAPI32.dll...
- Replies: 5
- Views: 3523
- Oct 17, 2005 12:18
- Forum: Windows
- Topic: Using RASAPI32.dll...
- Replies: 5
- Views: 3523
- Oct 17, 2005 11:01
- Forum: Windows
- Topic: Using RASAPI32.dll...
- Replies: 5
- Views: 3523
Thanks! First I downloaded your librasapi.dll.a but it didn't work. :/ So I got pexports.exe and tried to create the file using your batch file. A DEF and an A file were created. I copied the A file into C:\Freebasic\lib\win32 and the DEF file into C:\Freebasic\lib\win32\def but now there's another ...
- Oct 16, 2005 19:55
- Forum: Windows
- Topic: Using RASAPI32.dll...
- Replies: 5
- Views: 3523
Using RASAPI32.dll...
Hi! I want to hang up a DFU connection. I wrote the following source but FB (0.14 stable) doesn't find RASAPI32.dll. :/ Declare Function RasEnumConnections Lib "rasapi32.dll" _ Alias "RasEnumConnectionsA" (lpRasCon As Any, lpcb As _ Long, lpcConnections As Long) As Long D...
- Oct 03, 2005 13:26
- Forum: General
- Topic: CLOSE WINDOW key code collides with KEY key code
- Replies: 22
- Views: 5459