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
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
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
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
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
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
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
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
... 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
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
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
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
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
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
.
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
o "rules" about this?
-
L D Blake
___
fpc-pascal maillist - [EMAIL PROTECTED]
http://lists.freepascal.org/mailman/listinfo/fpc-pascal
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
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
_
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
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
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
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
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
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 - [
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
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
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
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
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
, 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
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
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
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
47 matches
Mail list logo