... Hello, I am not sure this can be called a bug. The problem lies with all words which are DEFERed and SYNONYMs : it is not possible to find every synonym...
New to group. Just thinking of tinkering with Forth again. Was a member of F.I.G. back in '80s. Was employed as Software Engineer using PolyForth at Airfone...
IMHO 1) Synonyms should be replaced with colon definitions for this reason and others having to do with VIEW. 2) The contents of deferred words can be found by...
Hi Sam, Thank you for your msg and making yourself known. ... In the file section at: http://tech.groups.yahoo.com/group/win32forth/files/Users/Korsak is...
... I think most of those in the system (apart from those that put the same definitons in the ROOT vocabulary with the same name as in the FORTH vocabulary,...
... I was beginning to write basic tools for ham radio apps for audio capture and analysis but got stuck on a lack of correct callback from the winmm.dll...
Hello, I am a student who job in work placement on a communication UART with a core Forth integred in a component FPGA which will treat information on this...
Hi there, I am working on a project with bitmaps and I recognized there is a problem after changing a bitmap approx. 10,000 times. To make it easy to test,...
Hi Dirk, The problem is that you are repeatedly using LodBitmap which gives a new bitmap handle every time and a new copy of the bitmap is created in memory....
Hi Rod, Thank you so much for your great help! I appreciate your fast response very much, and your help brought light into my darkness. I thought it was some...
... Hi Dirk, In fact, the ressources (icons,cursors,bitmaps,wavs,dialogs) are added inside the .exe after its creation by the word addressource. Gives a look...
Hi Dirk, You should make a resource script then fload it, something like this: \ LED-SwitchResources.f Script for adding the resources into LED-Switch.exe ...
Hi Rod, Thanks for your fast answer! I wasn't this fast with start testing, but now I did and its marvellous - I only had to add \ for each of the first three...
Thanks, Jos! I guess everything connected with pictures first you get the merit of it! DB ... Von: Jos v.d.Ven <josv@...> Betreff: Re: AW: [win32forth] Re:...
Hi Bruno, Thanks for your immediate and confirming answer! You helped me to solve this problem and I appreciate this very much, and thanks for the list of...
... Hi Dirk, Microsoft has made a tool for that : ILMerge. Tools that i just discover after your question :-)) (Google) Severals peoples seems to use it with...
... i think this tol is for .NET app's only. ... You can hide dll's within a binary resource inside the exe-file. But to use them you would have to extract the...
Hi Bruno, I am thinking of hiding the w32fConsole.dll, this is the one sometimes needed for applications. The w32fConsole.dll is the only one I need because I...
... Hi Dirk, It seems that the next release will be without that dll so you will not have to hide it :-)) Look at the threat about new console that seems to be...
... Are this console application's? If not you can remove the need of the w32fconsole.dll by using NoConsole.f Take a look at PlayVirginRadio.f to see how it's...
Hello everybody Does anyone have some example, code, application, or whatever implementing RS485 communication under Windows XP ? This is for asynchronous...
... Is there any difference between RS485 and RS232 from a software standpoint? The problem I've always had with serial drivers under an OS is that you have to...
With version 6.11.08 and winser.f included in the package RS232 I/O works under XP here. I have not yet tried any of the newer versions currently undergoing...
Hi, I am reasonably confident with old dos-based Forth (HSForth) but realise it is now time to start playing with these 'window things'. I am trying to learn...
... Hello, First a quick answer to Dennis : Indeed RS485 and RS232 are very similar. Windows XP will not allow direct hardware access as is possible with DOS...
Hi, I worked with RS485 for several years using Forth. There is no difference in handling than using RS232-Modem. The only thing is you have to have a...