Hi,
I think that netbook's Intel Atom CPUs are 32bit only (at least for the first generation, like N270).
Regards.
Search found 15 matches
- Tue Feb 23, 2010 1:25 pm
- Forum: General Discussion
- Topic: Are all recent laptops and desktops x64 machines ?
- Replies: 10
- Views: 3199
- Sat Aug 01, 2009 7:44 pm
- Forum: Coding Questions
- Topic: Non-blocking MessageRequester ?
- Replies: 6
- Views: 1659
- Fri Jul 31, 2009 4:17 pm
- Forum: Coding Questions
- Topic: Non-blocking MessageRequester ?
- Replies: 6
- Views: 1659
Non-blocking MessageRequester ?
Hello,
I have a MessageRequester in a loop, and I'd like to display a warning message in the requester that don't stop the loop when waiting for user validation.
Is there a way to proceed without using a separate thread for the MessageRequester ?
Thanks for your help !
Regards.
I have a MessageRequester in a loop, and I'd like to display a warning message in the requester that don't stop the loop when waiting for user validation.
Is there a way to proceed without using a separate thread for the MessageRequester ?
Thanks for your help !
Regards.
- Sun Sep 28, 2008 1:46 pm
- Forum: Coding Questions
- Topic: Quickcam Orbit / Sphere PTZ functions
- Replies: 0
- Views: 932
Quickcam Orbit / Sphere PTZ functions
Hello,
I'd like to control the pan / tilt / zoom functions of Logitech webcams.
I found interesting information on Logitech's website :
http://www.quickcamteam.net/documentation/how-to/how-to-control-pan-tilt-zoom-on-logitech-cameras
Unfortunately, I'm not a DirectShow guru, nor a PB expert ...
I'd like to control the pan / tilt / zoom functions of Logitech webcams.
I found interesting information on Logitech's website :
http://www.quickcamteam.net/documentation/how-to/how-to-control-pan-tilt-zoom-on-logitech-cameras
Unfortunately, I'm not a DirectShow guru, nor a PB expert ...
- Sat Nov 17, 2007 6:37 pm
- Forum: Tricks 'n' Tips
- Topic: Wake on lan WOL (Windows only)
- Replies: 16
- Views: 11882
- Sun Jan 01, 2006 1:07 pm
- Forum: General Discussion
- Topic: Shhh!!! Fred's Christmas present..... ?
- Replies: 17
- Views: 4450
- Fri Sep 23, 2005 2:56 pm
- Forum: Coding Questions
- Topic: Laptop lid status
- Replies: 10
- Views: 2307
- Sat May 21, 2005 12:02 pm
- Forum: Tricks 'n' Tips
- Topic: Capturing Audio [COMPLETE SOURCE]
- Replies: 67
- Views: 58772
Hello,
Very nice job !
In my case, I had to add the Waveformatex structure to the previous code to get it compiled :
Regards,
Nicolas
Very nice job !
In my case, I had to add the Waveformatex structure to the previous code to get it compiled :
Code: Select all
Structure WAVEFORMATEX
wFormatTag.w
nChannels.w
nSamplesPerSec.l
nAvgBytesPerSec.l
nBlockAlign.w
wBitsPerSample.w
cbSize.w
EndStructure
Nicolas
- Wed May 04, 2005 8:03 pm
- Forum: General Discussion
- Topic: PB and PHP : Help needed please !
- Replies: 15
- Views: 4334
- Wed May 04, 2005 7:31 pm
- Forum: General Discussion
- Topic: PB and PHP : Help needed please !
- Replies: 15
- Views: 4334
- Wed May 04, 2005 6:37 pm
- Forum: General Discussion
- Topic: PB and PHP : Help needed please !
- Replies: 15
- Views: 4334
PB and PHP : Help needed please !
Hello,
I'm trying to run an executable file made with PureBasic through PHP, but it does not work as it should. The result of the PB program should be displayed on a web page using PHP's passthru() function.
I built a very simple PB EXE (named console.exe, in my example, compiled as a console app ...
I'm trying to run an executable file made with PureBasic through PHP, but it does not work as it should. The result of the PB program should be displayed on a web page using PHP's passthru() function.
I built a very simple PB EXE (named console.exe, in my example, compiled as a console app ...
- Sun May 11, 2003 11:40 am
- Forum: Coding Questions
- Topic: Need help with WNetGetConnection_()
- Replies: 4
- Views: 2488
Thank you !
Hello Rings;
Thanks a lot for your help, I made a big step !
By the way, the backslash in the source string seems unnecessary.
Once again, thank you !
Regards,
Delta69
Thanks a lot for your help, I made a big step !
By the way, the backslash in the source string seems unnecessary.
Once again, thank you !
Regards,
Delta69
- Sat May 10, 2003 7:17 am
- Forum: Coding Questions
- Topic: Need help with WNetGetConnection_()
- Replies: 4
- Views: 2488
Thanks for your help, but...
Hello,
Thanks for your help, I appreciate... But I'm afraid I've not the necessary skills to get the WNetGetConnection_() function work without additional help ...
If someone has already used this API before, I'm really intereted in seeing source code.
Regards,
Delta69
Thanks for your help, I appreciate... But I'm afraid I've not the necessary skills to get the WNetGetConnection_() function work without additional help ...

If someone has already used this API before, I'm really intereted in seeing source code.
Regards,
Delta69
- Thu May 08, 2003 9:49 am
- Forum: Coding Questions
- Topic: Need help with WNetGetConnection_()
- Replies: 4
- Views: 2488
Need help with WNetGetConnection_()
Hello,
I'd like to get network connection info using WNetGetConnection_() API.
I cannot get this function working... Could someone help me ?
Thanks for your help !
Regards,
Delta69
I'd like to get network connection info using WNetGetConnection_() API.
I cannot get this function working... Could someone help me ?
Thanks for your help !
Regards,
Delta69
- Fri Apr 25, 2003 11:05 pm
- Forum: Coding Questions
- Topic: How to get UNC path from a mapped network share drive
- Replies: 3
- Views: 2031
How to get UNC path from a mapped network share drive
Hello,
Could someone tell me how get the UNC path from a mapped network share's drive letter ?
If I have a mapped drive called X:\, connected to \\myserver\share, I'd like to get "\\myserver\share" when giving "X:\" as parameter.
Thanks for your help !
Regards,
Delta69
Could someone tell me how get the UNC path from a mapped network share's drive letter ?
If I have a mapped drive called X:\, connected to \\myserver\share, I'd like to get "\\myserver\share" when giving "X:\" as parameter.
Thanks for your help !
Regards,
Delta69