Search found 21 matches

by CaddMan
Sun Feb 14, 2010 11:42 pm
Forum: General Discussion
Topic: PureBasic 32 and 64 bit together
Replies: 2
Views: 995

PureBasic 32 and 64 bit together

Hello,

Can PureBasic 32 bit and Purebasic 64 bit be loaded together on the same computer without causing problems.
Using Windows Ultimate 64.

Thanks
by CaddMan
Thu Sep 03, 2009 9:11 pm
Forum: Off Topic
Topic: Very sluggish Web experience with new graphics card [SOLVED]
Replies: 2
Views: 737

Have you loaded the specific drivers for the chipset on the motherboard? They usually come with the motherboard on a CD.

CaddMan
by CaddMan
Sun Jan 11, 2009 1:57 am
Forum: Announcement
Topic: Purebasic - A Beginners Guide To Computer Programming.
Replies: 24
Views: 12465

If you decided to update it, I would buy another copy!! A very valuable resource.

Ken
by CaddMan
Sun Jul 06, 2008 1:46 am
Forum: Off Topic
Topic: Acronis True Image
Replies: 29
Views: 5523

I have been using Image for Windows from http://www.terabyteunlimited.com for many years without any problems. It also has a decent partition manager and by using a free add on program called phylock will back up your drive while it is still in use.

Regards
CaddMan
by CaddMan
Tue Aug 14, 2007 2:49 am
Forum: Off Topic
Topic: How many of you guys have the purebasic manual?
Replies: 17
Views: 2637

I have purchased both the hard copy and the e-book. I find them very informative & helpfull. I also think we should try to support authors such as Kale to the best of our ability. There are several respective compilers out there but they are only as good as the help file and tutorials that are ...
by CaddMan
Wed Jun 06, 2007 4:40 pm
Forum: Off Topic
Topic: Free AutoCAD viewer?
Replies: 4
Views: 1677

I found this to be quite usefull and the price is right (Free)

http://www.bentley.com/en-US/Products/B ... VAodAnxFKg

CaddMan
by CaddMan
Sat Jul 29, 2006 12:00 am
Forum: Announcement
Topic: [NEW BOOK] Purebasic - A Beginner's Guide To Programming...
Replies: 190
Views: 70127

I haven't been around for a while, about a year and a half to be precise, due to having to work for a living. :(
But now it seems I have returned to a pleasant surprise. A new version of PureBasic and a new tutorial. Looks like an excellent piece of work. So excellent, I have just purchased a copy ...
by CaddMan
Sat May 21, 2005 12:20 am
Forum: Off Topic
Topic: IMPORTANT! does anyone work with electronics? I need advice
Replies: 18
Views: 4890

Hello

I really doubt a cat5 cable would do the job due to insufficient sheilding.
I would never induce a higher voltage in this type of application. Mainboards have sensitive voltage regulaters. A USB cable has a positive and a ground wire which means the voltage and current does return to the PC ...
by CaddMan
Thu Dec 16, 2004 2:29 am
Forum: Coding Questions
Topic: Question on WM_CHAR
Replies: 4
Views: 1739

Please excuse how long it takes to me to reply. It just takes me a couple of days to try to figure out what is going on after somebody replies :lol:

@El_Choni, What part of my code did you see out of procedure? I was under the impression that I could declare variables, structures and declarations ...
by CaddMan
Sun Dec 12, 2004 10:52 pm
Forum: Coding Questions
Topic: Question on WM_CHAR
Replies: 4
Views: 1739

Question on WM_CHAR

Hello,
My cadd application sends a WM_CHAR message to my DLL when a key on the keyboard is pressed. The WaitWindowEvent() does recognize when the WM_CHAR event occurs. I am having a problem capturing which key has been pressed using the wparam. Below is my attempt that does not work. What I would ...
by CaddMan
Fri Dec 03, 2004 12:52 am
Forum: Coding Questions
Topic: WaitWindowEvent()
Replies: 5
Views: 1392

Thanks all,

This is good info. I will try it out as soon as I can & let you know

Ken
by CaddMan
Wed Dec 01, 2004 3:43 am
Forum: Coding Questions
Topic: WaitWindowEvent()
Replies: 5
Views: 1392

WaitWindowEvent()

Hello,
Can anyone tell me if I am using this correctly

Thanks
Ken

;Capture mousedown and abort events
CallFunction (0,"VCSetAlertAppDll",@iError,"Test","DrawLine",ALERT_APP_UTOOL_MOUSEDOWN)

;User tool prompt
CallFunction (1,"VCSetUserTool",2,"DrawLine","Enter lower left corner ...
by CaddMan
Sat Nov 20, 2004 1:57 am
Forum: Coding Questions
Topic: How to pass a structured variable to a function
Replies: 3
Views: 1214

Thanks traumatic,

My problem is syntax. I am just learning how to program in PureBasic while trying to convert Visual Basic code into PureBasic code.
In VB I would have used Dim StartLine As Point2D then passed the array as StartLine. By using the function VCAddLineEntityBP (BP means By Pointer ...
by CaddMan
Fri Nov 19, 2004 1:40 am
Forum: Coding Questions
Topic: How to pass a structured variable to a function
Replies: 3
Views: 1214

How to pass a structured variable to a function

Could someone please advise me on how to pass a structured variable to a function. It would seem that a structure can not be passed to a function directly. The documentation states that it cannot be passed to a procedure directly, unless I misunderstood. Most likely by a pointer?? I have tried ...
by CaddMan
Wed Nov 17, 2004 4:04 am
Forum: Coding Questions
Topic: F64 Library Question
Replies: 2
Views: 1096

Thanks Jack.

That should get me going

Ken