Search found 3 matches

by Aming
Fri Mar 20, 2015 3:14 pm
Forum: Tricks 'n' Tips
Topic: HTTP Library (Crossplatform, GET/HEAD/POST, chunked, gzip)
Replies: 28
Views: 23901

Re: HTTP Library (Crossplatform, GET/HEAD/POST, chunked, gzi

Anyone who can make it support https? Thanks a lot.
by Aming
Fri Feb 14, 2014 8:46 am
Forum: Feature Requests and Wishlists
Topic: Calling convention "fastcall"
Replies: 2
Views: 1394

Re: Calling convention "fastcall"

It would be great if PB kept calling convention fastcall (msfastcall). Need to add commands. ProcedureF
ProcedureFDLL
PrototypeF
CallFFunction()
CallFFunctionFast()
ImportF
Now accounts for to cause such functions using assembler, which is not very convenient.


Please see http://www.planet ...
by Aming
Thu Feb 13, 2014 6:24 am
Forum: Coding Questions
Topic: Question: How this C code is translated into PB?
Replies: 1
Views: 859

Question: How this C code is translated into PB?

Please help to translation the c code into pb.
I don't know the Structure of '_FoxTable','FoxInfo' how to translated into PB?
Thank you.

//+--------------------------------------------------------------------------
//
// File: pro_ext.h ...