Hello,
Can PureBasic 32 bit and Purebasic 64 bit be loaded together on the same computer without causing problems.
Using Windows Ultimate 64.
Thanks
Search found 21 matches
- Sun Feb 14, 2010 11:42 pm
- Forum: General Discussion
- Topic: PureBasic 32 and 64 bit together
- Replies: 2
- Views: 995
- Thu Sep 03, 2009 9:11 pm
- Forum: Off Topic
- Topic: Very sluggish Web experience with new graphics card [SOLVED]
- Replies: 2
- Views: 737
- Sun Jan 11, 2009 1:57 am
- Forum: Announcement
- Topic: Purebasic - A Beginners Guide To Computer Programming.
- Replies: 24
- Views: 12465
- 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
Regards
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
- 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
http://www.bentley.com/en-US/Products/B ... VAodAnxFKg
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 ...
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 ...
- 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 ...
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 ...
- 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 ...
@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 ...
- 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 ...
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 ...
- Fri Dec 03, 2004 12:52 am
- Forum: Coding Questions
- Topic: WaitWindowEvent()
- Replies: 5
- Views: 1392
- 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 ...
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 ...
- Sat Nov 20, 2004 1:57 am
- Forum: Coding Questions
- Topic: How to pass a structured variable to a function
- Replies: 3
- Views: 1214
- 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 ...
- Wed Nov 17, 2004 4:04 am
- Forum: Coding Questions
- Topic: F64 Library Question
- Replies: 2
- Views: 1096