Search found 7 matches

by Joshua314
Wed May 29, 2013 10:05 am
Forum: Coding Questions
Topic: Need help Delphi/Pascal to Pure
Replies: 1
Views: 759

Need help Delphi/Pascal to Pure

Hi Volks,

i need a little help to convert a Deplhi/Pascal to Pure

The Problem is that.
The translate of this Procedure

TSucheTelefonnummer = procedure( Nummer : PChar; var EintragListe : PDLLEintrag ; var EintragAnzahl : LongInt ); stdcall;

In the red part my problem
At the Var Parameter the ...
by Joshua314
Sat Jun 11, 2011 4:31 pm
Forum: Feature Requests and Wishlists
Topic: [Implemented] Source Port at UDP Network
Replies: 5
Views: 1483

Re: Source Port at UDP Network

Hello @ All

The problem is that
For Amateur Radio Packet Radio Flexnet-System works on udp

For comunication you need a fix source port on udp
for windows the work around is ok ..... but i need this word around for linux .....


so the best way is that. to implement this direct in Pure.....

best ...
by Joshua314
Mon Jun 06, 2011 3:39 pm
Forum: Feature Requests and Wishlists
Topic: [Implemented] Source Port at UDP Network
Replies: 5
Views: 1483

[Implemented] Source Port at UDP Network

Hi @ All,

at OpenNetworkConnection(ServerName$, Port,#PB_Network_UDP) you can select the destination Port.

But Purebasic use a random Port to send the UPD packet. It is possible to select source & destination port on a new Version ???

best Thomas
by Joshua314
Tue Aug 10, 2010 7:53 am
Forum: Feature Requests and Wishlists
Topic: Network UPD TX Port
Replies: 0
Views: 764

Network UPD TX Port

Hi @ All,


at Verbindung = OpenNetworkConnection(ServerName$, Port [, Modus]) in Modus UPD The Port is the Destination Port.
But it is not possible to select the Source port for UPD.
The Source Port is randomize at every SendNetworkData()
In my application, it is necessary to select the Source ...
by Joshua314
Fri Aug 26, 2005 12:33 pm
Forum: Linux
Topic: Next Problem StringGadget
Replies: 3
Views: 1709

Sorry but not good

Hello Fred,

Why the Textgadget Doesn't work on Linux ?????
No Border and the first Line of Text is in the lowest linie at the gadget.
why ????

Thats my Problem....
I have a String of 4096 chars. In Windows thats very easy.
Put this in a textgadget. i see a border. The text begin's in the left ...
by Joshua314
Sat Aug 20, 2005 9:21 pm
Forum: Linux
Topic: Next Problem StringGadget
Replies: 3
Views: 1709

Next Problem StringGadget

Sorry all,

next Problem or Error

On String Gadget option #PB_STRING_multiline
has no Function

and all text begin's in the middle of the gadget ..

pleaseeeeee... Help


Tom
by Joshua314
Sat Aug 20, 2005 12:40 pm
Forum: Linux
Topic: Problem With TextGadget at Linux
Replies: 0
Views: 1163

Problem With TextGadget at Linux

Hi all,

i have this Problem.

I'am wrote a Program at windows OS. Then i transfer the Same source to my Linux Suse9.0 sdk1.0.

Now at the Text Gadget's i have two Problems.
1. The border option on the Textgadget has no Result.
2. At a Textgadget with high 30 or higher, the text allways begins at ...