Thanks, Andreas. This is a good alternative to a common menu. Demo1 is showing an error with pellesc: Unresolved external symbol '_ToolBar1Btn_Click'. But I...
35721
spez_ag
Aug 1, 2007 6:13 pm
Hi Andreas, A normal Menubar (Created with CreateMenu) Is DEFINITELY not possible. The Designforms are MDI-Children of the IDEFrame. You can call CreateMenu...
35722
Andreas Hänsch
andreas_haensch
Aug 1, 2007 8:08 pm
Sorry Andreas (spez_ag), as I have send this email and turned off my computer this afternoon I knew what the point was. To have a look at the children and...
35723
Andreas Hänsch
andreas_haensch
Aug 1, 2007 9:15 pm
Hi Doyle, thank you for the update. I have found a problem here on WinXP with the Lua Plugin Manager. If I start the manager before opening a file I can see 6...
35724
spez_ag
Aug 1, 2007 9:42 pm
Hi again Andreas, Delphi?, I can't really remember the look of this IDE. A long time ago I have experimented with a time limited Delphi2. I absolutely don't ...
35725
Doyle Whisenant
mecsoftware
Aug 1, 2007 10:07 pm
... I can't seem to reproduce the problem here. What is your full install path? It may be something to do with a long filename path, I don't know. I tried to...
35726
Andreas Hänsch
andreas_haensch
Aug 1, 2007 10:26 pm
I have installed all files in the same path named C:\BCX92;cool_tools92;BcxIDE_Lua\. I have tested further and found that there is no problem if I work in the...
35727
Andreas Hänsch
andreas_haensch
Aug 1, 2007 10:41 pm
So you already have a plan. OK, since this is the most important, I don't ask any longer. ;-) And yes, Doyle's Editor is not a real handicap, until you come...
35728
Doyle Whisenant
mecsoftware
Aug 2, 2007 2:09 am
... Hi Andreas, sorry to be so long getting back to you on this. I found the problem, something stupid I did as usual. ;-) I had this fixed in about 10 minutes...
35729
Andreas Hänsch
andreas_haensch
Aug 2, 2007 7:08 am
Hi Doyle, now it works. And after a few tests it seem to be more stable than the first release. ;-) I can not test it further because I go on holiday now....
35730
spez_ag
Aug 2, 2007 7:20 am
Hi Andreas, Yes, just like <Egon Olsen>; I have a plan. The problem is, I have not the time to bring it to a fast result. Bye, Andreas...
35731
laser_aoc
Aug 4, 2007 11:14 am
I recently ran into a site on source forge which allows one to use ActivX in any language which does not support ActiveX/COM interfacing. I am stating with a...
35732
Kevin Diggins
mrbcx
Aug 4, 2007 1:34 pm
... BCX. ... Thanks for the info ... FYI, BCX already supports a rich set of vbscript-like keywords thanks to the talents and efforts of Ljubisa Knezevic. ...
35733
patrice
patgwp
Aug 4, 2007 5:28 pm
hello, I search how I can use the %s or '%i' in a stringtable but I don't find .. Expl : 10001 "Your text %s is encoded" for read this value I do : ...
35734
Doyle Whisenant
mecsoftware
Aug 4, 2007 6:22 pm
... Hi Patrice, You can use the '!' operator to do this !printf(""Your text %s is encoded",szText); or write a function in BCX that translates it for you. HTH ...
35735
Doyle Whisenant
mecsoftware
Aug 4, 2007 9:05 pm
... Sorry, Patrice, I never saw the resource file reference until now. The above won't work for it. Maybe some of the others will chime in here with the info...
35736
rwishlaw
Aug 4, 2007 9:12 pm
... find .. ... file" ( ... Save the following as snip.bas then, with Pelle's C, from the command line, run povars32.bat then bc snip to translate and compile....
35737
Doyle Whisenant
mecsoftware
Aug 4, 2007 11:19 pm
Get the latest here: http://www.bcxgurus.com/bcxusers/Doyle/LuaIDE/BcxIDE_8_4_07.zip This consists of two files, the exe and a *.dat that helps with the syntax...
35738
patrice
patgwp
Aug 4, 2007 11:38 pm
thank you Doyle and Robert.. I test these function... I hop It's not obligate to use PELLES ... a only installed LCC aptness ... is PELLES better than LCC ?? ...
35739
Doyle Whisenant
mecsoftware
Aug 5, 2007 12:02 am
... I don't know about faster and smaller but Pelles is still free for *any* use. LCC is free for non-commercial use only. -- Thanks! Doyle Whisenant ...
35740
rwishlaw
Aug 5, 2007 12:32 am
... The important part is !int1 = sprintf(buffer, szText, "has been or"); This will work with any compiler. Robert Wishlaw...
35741
Doyle Whisenant
mecsoftware
Aug 5, 2007 3:00 pm
Hi all, http://www.bcxgurus.com/bcxusers/Doyle/LuaIDE/BcxIDE_Full.zip this is a full upload of the editor w/ source code. If you downloaded the last exe I...
35742
autoit2bcx
Aug 5, 2007 5:38 pm
I've seen the questions being asked in the past, but no real yes or no answer... So, is there any chance BCX may be implementing something like the PCRE...
35743
rwishlaw
Aug 5, 2007 7:19 pm
... downloaded ... file ... any ... same ... yet. ... want to ... extensions ... are ... smaller in ... long ... Hi Doyle: Thanks for this. What compiler are...
35744
rwishlaw
Aug 5, 2007 7:54 pm
... Please see http://www.smorgasbordet.com/forum/index.php?topic=1166.0 for a PCRE package for Pelle's C. You must be a logged-in member of the Pelle's C...
35745
rwishlaw
Aug 5, 2007 8:03 pm
... or no ... something ... functions ... call ... the ... attached to ... Also Pelle's C has builtin functions regcomp, regerror, regexec, regfree, and...
35746
Doyle Whisenant
mecsoftware
Aug 5, 2007 8:07 pm
... <snip!> ... PellesC 4.50 Thanks, I hope there aren't too many bugs! -- Thanks! Doyle Whisenant mekanixx@......
35747
autoit2bcx
Aug 5, 2007 8:15 pm
... Thanks, I'll have a look at the smorgasbordet thread/topic, I do have the source as of now on the pcre, but the skills to implement it myself are lacking...
35748
Doyle Whisenant
mecsoftware
Aug 5, 2007 8:53 pm
... You wouldn't per chance have any examples of using these, or a reference to some code? -- Thanks! Doyle Whisenant mekanixx@......
35749
autoit2bcx
Aug 5, 2007 9:24 pm
... reference ... The ones in the pelle's c or the ones in pcre? Pelle's c: http://www.opengroup.org/onlinepubs/000095399/functions/regcomp.html PCRE: ...