[fpc-pascal]How to unsubscribe???

2003-09-08 Thread L D Blake
Hello, Could someone please provide unsubscribe information for this list? OR... could the list admin, please boot me off . Thanks. -- Best regards, L D Blake ___ fpc-pascal maillist - [EMAIL PROTECTED] http://lists.freepascal.org

Re: [fpc-pascal]IPC Question

2003-09-03 Thread L D Blake
for me, was to write a small unit to translate back and forth between Pascal and Null Terminated strings. -- Best regards, L D Blake ___ fpc-pascal maillist - [EMAIL PROTECTED] http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal]About order of units...

2003-08-31 Thread L D Blake
it might explain one more of the problems... I might actually be running afoul of my pop-up killer by trying to open two ie windows at once ... now wouldn't that be a laugh! Can anyone confirm if IE would be involved when playing midi, wmi, wave, and m

Re: [fpc-pascal]About order of units...

2003-08-31 Thread L D Blake
FP docs... This is why I was suggesting that maybe we (?) should look into updating the windows unit... get it to match the SDK specs and add in the new controls for 2k, xp and 03 while we're at it. - L D Blake ___ fpc-pascal maillist - [EMAIL PROTECTED] http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal]About order of units...

2003-08-31 Thread L D Blake
pediment to the developement of bug free, reliable software, which is what Pascal is supposed to be all about. It's strength is in it's rigid error checking. - L D Blake ___ fpc-pascal maillist - [EMAIL PROTECTED] http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal]About order of units...

2003-08-31 Thread L D Blake
might actually make more sense to start over rather than simply patching up an antique. Anyone who'd be willing to take this on can contact me privately as [EMAIL PROTECTED] and we can at least discuss the idea. - L D Blake ___ fpc-pasca

Re: [fpc-pascal]About order of units...

2003-08-31 Thread L D Blake
ect that won't run with overflow, stack, and range checking turned on and I'm certainly not going to finalize one that bombs out when other windows are opened... - L D Blake ___ fpc-pascal maillist - [EMAIL PROTECTED] http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal]About order of units...

2003-08-31 Thread L D Blake
Yep... I know. But it occurs to me that whoever did the conversion didn't check very carefully. - L D Blake ___ fpc-pascal maillist - [EMAIL PROTECTED] http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal]About order of units...

2003-08-30 Thread L D Blake
... I just ran h2pas on a couple of header files from the SDK... It created a file just like the examples I gave you... bytes, words, longwords... all replaced by LongInt. - L D Blake ___ fpc-pascal maillist - [EMAIL PROTECTED] http://lists.f

Re: [fpc-pascal]About order of units...

2003-08-30 Thread L D Blake
ord and function declarations as well... I did a quick search for "longint" in the wininc directory and got over 1000 returns, all of which are now suspect. > Signedness only generates range checks, and shouldn't be a problem > otherwise. Well, unl

Re: [fpc-pascal]About order of units...

2003-08-30 Thread L D Blake
Are these values correct or are these the result of futzing about trying to get around the incorrect declarations? - L D Blake ___ fpc-pascal maillist - [EMAIL PROTECTED] http://lists.freepascal.org/mailman/listinfo/fpc-pascal

[fpc-pascal]About order of units...

2003-08-30 Thread L D Blake
Uses Windows, Winfix, ; The dupicate definitions in the WinFix unit would replace those in the Windows unit? --- L D Blake ___ fpc-pascal maillist - [EMAIL PROTECTED] http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal]More strangeness...

2003-08-30 Thread L D Blake
program itself continues running and will still do most things if I estimate button locations... it's only the visual aspect of it that gets mangled... which is how I first concluded it was a redraw problem involving handles. - L D Blake ___ fpc-pascal maillist - [EMAIL PROTECTED] http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal]More strangeness...

2003-08-30 Thread L D Blake
In reply to your message of August 30, 2003 > We can discuss principles for hours of course, but that doesn't help you. > Did you try to change the HWND type from longint to DWORD or Cardinal > (which is the same) in the windows unit ? If so, does it help ? I re-declared Hwind to be a longword in

Re: [fpc-pascal]More strangeness...

2003-08-30 Thread L D Blake
. Not to be sarcastic or anything... then what is causing this? - L D Blake ___ fpc-pascal maillist - [EMAIL PROTECTED] http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal]More strangeness...

2003-08-30 Thread L D Blake
uplicate handles... which is bound to do strange things. ----- L D Blake ___ fpc-pascal maillist - [EMAIL PROTECTED] http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal]More strangeness...

2003-08-30 Thread L D Blake
y of duplicate handles. (My app is highly visual... most everything occurs on the screen.) - L D Blake ___ fpc-pascal maillist - [EMAIL PROTECTED] http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal]More strangeness...

2003-08-29 Thread L D Blake
Matt is right... Longint is absolutely the wrong declaration for a window handle. - L D Blake ___ fpc-pascal maillist - [EMAIL PROTECTED] http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal]More strangeness...

2003-08-29 Thread L D Blake
expecting a longword. > However it's possible that L D Blake has stumbled accross somewhere where > this is not possible. Yep... using the 32bit compiler on a true 32bit operating system with actual WinApi calls. (Sorry for the sarcasm, but I'm sitting her watching a month and a

Re: [fpc-pascal]More strangeness...

2003-08-29 Thread L D Blake
7;t compile by themselves, sourcecode that takes hours of searching to find anyting... It can all be very discouraging. - L D Blake ___ fpc-pascal maillist - [EMAIL PROTECTED] http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal]More strangeness...

2003-08-29 Thread L D Blake
27;t mind putting in the time and effort to go though this and correct the problems (at least the ones I can find), and I have no reservation about sharing the result with everyone... but I sure could use a little help with the correct compiling process to follow. It's not worth a darn if I

Re: [fpc-pascal]More strangeness...

2003-08-29 Thread L D Blake
7;s no point swimming through all that code until I do. If anyone knows the correct setup for re-compiling the windows and mmsystem units could you please let me know... Thanks. - L D Blake ___ fpc-pascal maillist - [EMAIL PROTECTED] http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal]More strangeness...

2003-08-28 Thread L D Blake
In reply to your message of August 28, 2003 > On Thu, 28 Aug 2003, L D Blake wrote: >> Why is it that if I compile an FPC program with range checking turned on, >> opening any HTML file in ie immediately causes "Error 201" from my FPC program? > Ahem. > A litlle

[fpc-pascal]More strangeness...

2003-08-28 Thread L D Blake
Why is it that if I compile an FPC program with range checking turned on, opening any HTML file in ie immediately causes "Error 201" from my FPC program? --- L D Blake ___ fpc-pascal maillist - [EMAIL PROTECTED] http://lists.freepascal.o

[fpc-pascal]Something of a mystery....

2003-08-27 Thread L D Blake
debug mode through the FP-IDE, no errors. I've tried setting memory and stack sizes, which makes no difference. I also tried re-declaring all my variables using the Win-api syntax, same problem. I'm stumped... HELP! - L D Blake

Re: [fpc-pascal]HELP!

2003-08-14 Thread L D Blake
s that run in dos windows) until you get the hang of the language structure and syntax and then move over to windows once you've written a couple of simple programs of your own, it will save you a *lot* of headaches. - L D Blake ___ fpc-pascal maillist - [EMAIL PROTECTED] http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal]Ummmm... anyone know why this doesn't work...

2003-08-14 Thread L D Blake
In reply to your message of August 5, 2003 > Nice and simple. I like "nice and simple" > Don't know about Matt but thanks from here; I have > bounced into this problem now and then and used all kinds of ugly > solutions :-) My

Re: [fpc-pascal]Ummmm... anyone know why this doesn't work...

2003-08-05 Thread L D Blake
end; end; I currently have 6 windows that pop up at various times and this handles tabbing and menu selection for them all, quite nicely. So Matt... if you're reading this you might like to try it out. - L D Blake ___ fpc-pas

Re: [fpc-pascal]Direct writes to console buffer

2003-08-02 Thread L D Blake
en memory. You'll probably need to re-work the screen access to use the through-the-drivers approach unless you are only interested in having your stuff work on 95 and 98. - L D Blake ___ fpc-pascal maillist - [EMAIL PROTECTED] http://lists.freepascal.org/mailman/listinfo/fpc-pascal

[fpc-pascal]Windows programming strategies....

2003-08-02 Thread L D Blake
o "rules" about this? - L D Blake ___ fpc-pascal maillist - [EMAIL PROTECTED] http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal]crosscompiling problems with ld(w) from binutils-2.1.4

2003-07-30 Thread L D Blake
error all the time, when I forget to exit after testing or a program doesn't exit completely. ----- L D Blake ___ fpc-pascal maillist - [EMAIL PROTECTED] http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal]ASCII plotting

2003-07-29 Thread L D Blake
problem you got in a couple of spots is to confine your screen coordinates ... x,y : byte ... less chance of fractional or out of range returns causing the plotting decisions to wobble. (Text mode is decidedly low res, so use a low res numbering scheme to match ). - L D Blake _

Re: [fpc-pascal]Resource file syntax...

2003-07-29 Thread L D Blake
lphi7... one of them was the documentation on the resource stings. Between the two, I should be on the way! (Well, until my next dumb question, that is...) - L D Blake ___ fpc-pascal maillist - [EMAIL PROTECTED] http://lists.freepascal.org/mail

Re: [fpc-pascal]Resource file syntax...

2003-07-29 Thread L D Blake
that, and it works great if the .RES stuff is already in the file... I don't want to get stuff out the idea is to add stuff in. - L D Blake ___ fpc-pascal maillist - [EMAIL PROTECTED] http://lists.freepascal.org/mailman/listinfo/fpc-pascal

[fpc-pascal]Resource file syntax...

2003-07-29 Thread L D Blake
Does anyone know where I can get some documentation and examples on Windows resource files? I'm mostly interested in imbedding icons, menus, dialogs gadgets and version info. Thanks.. ----- L D Blake ___ fpc-pascal maillist - [EMAIL PROT

Re: [fpc-pascal]MMSYSTEM problem...

2003-07-25 Thread L D Blake
ing mci can handle... which is how windows sounds are done. - L D Blake ___ fpc-pascal maillist - [EMAIL PROTECTED] http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal]What do you like about FPC?

2003-07-24 Thread L D Blake
In reply to your message of July 24, 2003 > Seconded. Thirded ?? I like the compiler just fine. I was simply suggesting some improvements for the documentation. - L D Blake ___ fpc-pascal maillist - [EMAIL PROTECTED] h

[fpc-pascal]MMSYSTEM problem...

2003-07-24 Thread L D Blake
I've just discovered that the MMSYSTEM unit for Win32 is missing at least one of the function call prototypes... MCIWndCreate(...) is just plain not there. Anyone know where I can get a fixed copy? ----- L D Blake ___ fpc-pascal maillist - [

Re: [fpc-pascal]The state of FPC (was: Synapse for FPC)

2003-07-24 Thread L D Blake
intain for you, doesn't mean it's a >> > good thing for the end user. That's a fact I'm afraid. >> >> Once more, this is a matter of taste. > No, it's not. This is a matter of fact. It's also a matter of fact t

Re: [fpc-pascal]Synapse for FPC

2003-07-24 Thread L D Blake
into Pascal, learning a little C, writing my first windows programs (3 on the go right now), meeting a bunch of new people online... hey... I'm not complaining . - L D Blake ___ fpc-pascal maillist - [EMAIL PROTECTED] http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal]Synapse for FPC

2003-07-23 Thread L D Blake
uff to work. I do understand the need for cross-platform developement, especially with Linux nipping at Window's heels these days... but I would rather have to run a source code converter program once to switch platforms than to always run string, math and file converters on the platf

Re: [fpc-pascal]Ummmm... anyone know why this doesn't work...

2003-07-23 Thread L D Blake
sage(OHandle,omsg)) then begin TranslateMessage(oMsg); DispatchMessage(oMsg); end; end; I had to bracket both translatemessage and dispatchmessage before it would work. Now the ws_group and ws_defpushbutton wor

[fpc-pascal]Ummmm... anyone know why this doesn't work...

2003-07-22 Thread L D Blake
l terminated buffer (cpt)... tested and working elsewhere as well so that's not the problem. The little app is up and going, error free, but for the life or me I can't get the ws_tabstop function to work... When the app loads nobody has focus and I can hit the tab key all day and nothing

Re: [fpc-pascal]File Lists...

2003-07-22 Thread L D Blake
, and an (empty) > HTML version of the interfaces. That was very helpful... thank you. As an old DOS/TP programmer just now getting back to coding a few small projects, I can see I've got a LOT of catching up to do. - L D Blake ___ f

Re: [fpc-pascal]File Lists...

2003-07-21 Thread L D Blake
Thing is, I'd like to know what I've actually got before I go writing a bunch of duplicate units. - L D Blake ___ fpc-pascal maillist - [EMAIL PROTECTED] http://lists.freepascal.org/mailman/listinfo/fpc-pascal

[fpc-pascal]File Lists...

2003-07-21 Thread L D Blake
Is it just me or are there a lot of undocumented units in FP? Does anyone know where I can get a list of the files in each directory and what they actually do? - L D Blake ___ fpc-pascal maillist - [EMAIL PROTECTED] http

Re: [fpc-pascal]Using FPC

2003-07-20 Thread L D Blake
In reply to your message of July 20, 2003 > Israel Simas wrote: >> Do i have to write code in a simple text editor and compile it in DOS mode?? My >> OS is Windows ME. > No, you don't have to use "Notepad" as editor and compile from the > command line. > IIRC there is work done on a graphical