Search found 2 matches

by zenoncount
Tue Jan 15, 2008 11:02 pm
Forum: Coding Questions
Topic: Pure basic for DLL programming that will do Socket comm.
Replies: 14
Views: 2996

Dear bucodi,

I do not see why it should be easier to create a DLL with PureBasic instead of using VisualC++.

However. I do not know what you are planning, but let me write down the experience I had with PB (v3.94 & tried v4.00 later) writing a WinSock2 based server.

Using the PB Network Library ...
by zenoncount
Wed Sep 06, 2006 12:00 pm
Forum: Announcement
Topic: MySQL data retrieval module
Replies: 9
Views: 4256

Hi Fangbeast,

congrats for the good work. I just tested your code and wondered why the client keeps telling me "acces denied for xxx@localhost".

Debugging the values you send to the myRealConnect Procedure i saw, that my password (a case-sensitive one) was for some purpose always "lowercased ...