I have no way of testing it but does something like this work ?
thank you!
but this code doesnt work too :(
i want write plugin for this program: http://uopilot.ultimasoft.ru/ (version 2.27.1 support it)
plugins must be located in Plugins\ folder. then its loading be shown in menu: ? -> Log ...
Search found 19 matches
- Fri Jan 20, 2012 11:54 am
- Forum: Coding Questions
- Topic: convert some code from Delphi
- Replies: 2
- Views: 925
- Fri Jan 20, 2012 10:55 am
- Forum: Coding Questions
- Topic: convert some code from Delphi
- Replies: 2
- Views: 925
convert some code from Delphi
Hi, All!
i need to write small plugin for old delphi program.
in the docs i found an example:
library Plugin;
uses windows;
type
tInitStruct = packed record
FunctionCount : Cardinal;
FunctionNames : Array of Pchar;
End;
var
InitStruct : tInitStruct; // init by plugin, free on unload ...
i need to write small plugin for old delphi program.
in the docs i found an example:
library Plugin;
uses windows;
type
tInitStruct = packed record
FunctionCount : Cardinal;
FunctionNames : Array of Pchar;
End;
var
InitStruct : tInitStruct; // init by plugin, free on unload ...
- Thu Nov 29, 2007 6:51 am
- Forum: PureFORM & JaPBe
- Topic: jaPBe 3.13.4 [IDE for PB 4 and PB 5]
- Replies: 1545
- Views: 681359
- Wed Nov 28, 2007 4:30 pm
- Forum: PureFORM & JaPBe
- Topic: jaPBe 3.13.4 [IDE for PB 4 and PB 5]
- Replies: 1545
- Views: 681359
- Tue Aug 28, 2007 11:31 am
- Forum: Announcement
- Topic: Purebasic .hgl file for SynPlus 2.0 final
- Replies: 3
- Views: 1831
- Tue Aug 28, 2007 9:21 am
- Forum: Coding Questions
- Topic: need: change "Screen buffer size" for console
- Replies: 2
- Views: 926
correct:
(from http://forum.oszone.net/thread-75006.html)
Code: Select all
If OpenConsole()
stdout.l=GetStdHandle_(#STD_OUTPUT_HANDLE)
mySize.l = (51 << 16) + 51
SetConsoleScreenBufferSize_(stdout, mySize)
Debug(Str(GetLastError_()) )
Input()
EndIf
- Tue Aug 28, 2007 9:15 am
- Forum: Announcement
- Topic: Purebasic .hgl file for SynPlus 2.0 final
- Replies: 3
- Views: 1831
sorry.
do you have a new version of purebasic.hgl?
i try to use this with DevProject tool, but i get an error

do you have a new version of purebasic.hgl?
i try to use this with DevProject tool, but i get an error

- Tue Aug 28, 2007 9:08 am
- Forum: Coding Questions
- Topic: Get handle of console buffer?
- Replies: 4
- Views: 1228
- Tue Aug 28, 2007 6:54 am
- Forum: Coding Questions
- Topic: Get handle of console buffer?
- Replies: 4
- Views: 1228
ýòî ñêîðåå âñåãî âîïðîñ íå ïî PB, à â öåëîì ïî WinAPI. MSDN â ýòîì ïëàíå áåñöåíåí .)
íàâåðíîå ÿ íåñêîëüêî ïàðàíîèê è ïîýòîìó ìíå êàæåòñÿ, ÷ò îïîëüçîâàòåëåé ó êîòîðûõ â ïðîôèëå ñòîèò "ðîññèÿ" èíîãäà íåäîëþáëèâàþò. ìîæåò è íå çà ÷òî. íî òåì íå ìåíåå )
ìîãó ïîñîâåòîâàòüñõoäèòü ía ôoðyì caéòa pbasic.spb ...
íàâåðíîå ÿ íåñêîëüêî ïàðàíîèê è ïîýòîìó ìíå êàæåòñÿ, ÷ò îïîëüçîâàòåëåé ó êîòîðûõ â ïðîôèëå ñòîèò "ðîññèÿ" èíîãäà íåäîëþáëèâàþò. ìîæåò è íå çà ÷òî. íî òåì íå ìåíåå )
ìîãó ïîñîâåòîâàòüñõoäèòü ía ôoðyì caéòa pbasic.spb ...
- Tue Nov 14, 2006 6:21 am
- Forum: Off Topic
- Topic: Good Freeware Stuff
- Replies: 668
- Views: 677984
- Mon Nov 13, 2006 2:36 pm
- Forum: Off Topic
- Topic: Good Freeware Stuff
- Replies: 668
- Views: 677984
- Fri Nov 10, 2006 3:11 pm
- Forum: Coding Questions
- Topic: text?
- Replies: 83
- Views: 13120
Re: Result$ = GetPathPart(OpenFileRequester("Select Fil
Result$ = GetPathPart(OpenFileRequester("Select File", "", "Text Files|*.txt", 0))
This persons seek... I want Computer itself seek.
what you think about this: http://www.purebasic.fr/english/viewtopic.php?p=170025#170025 ?
i think you may parse file received by this way.
This persons seek... I want Computer itself seek.
what you think about this: http://www.purebasic.fr/english/viewtopic.php?p=170025#170025 ?
i think you may parse file received by this way.
- Fri Nov 10, 2006 3:09 pm
- Forum: Coding Questions
- Topic: text?
- Replies: 83
- Views: 13120
- Fri Nov 10, 2006 3:00 pm
- Forum: Coding Questions
- Topic: text?
- Replies: 83
- Views: 13120
- Fri Nov 10, 2006 2:21 pm
- Forum: Coding Questions
- Topic: text?
- Replies: 83
- Views: 13120