Page 14 of 45 FirstFirst ... 410111213141516171824 ... LastLast
Results 131 to 140 of 444

Thread: Laser Projector (Red, Green, Purple) "Laser 3D Party Light" from Spencer's

  1. #131
    Join Date
    Mar 2012
    Location
    Akron, Ohio USA
    Posts
    2,197

    Default

    Quote Originally Posted by DogP View Post
    A couple notes on that from my experience getting this set up... I'd recommend wxDev-C++ (Dev-C++ is really old, hasn't been updated in a long time, and IIRC bundles too old of a gcc to compile one of the libraries). Also, when getting the Boost library, I believe it needs to be 1.45 or older. IIRC tried 1.52 at first, and LaserBoy failed to compile, due to a change (in the file system stuff I think) they made in 1.46.

    DogP
    Thanks for pointing that out. I will look into using wxDev-C++!
    Creator of LaserBoy!
    LaserBoy is free and runs in Windows, MacOS and Linux (including Raspberry Pi!).
    Download LaserBoy!
    YouTube Tutorials
    Ask me about my LaserBoy Correction Amp Kit for sale!
    All software has a learning curve usually proportional to its capabilities and unique features. Pointing with a mouse is in no way easier than tapping a key.

  2. #132
    Join Date
    Dec 2010
    Location
    DC/VA metro area, USA
    Posts
    554

    Default

    SD Card update: I ordered one each 1GB and a 4GB Elite Pro card; glad I ordered the 4GB, because it works fine, but the 1GB does NOT. The 1GB even has the same numbers on the label. It does, however, have less space than the stock card:

    Stock card:
    The type of the file system is FAT32.
    Volume Serial Number is 2C8F-7D07
    Windows is verifying files and folders...
    File and folder verification is complete.
    Windows has checked the file system and found no problems.

    1,006,616,576 bytes total disk space.
    4,096 bytes in 1 folders.
    28,438,528 bytes in 62 files.
    978,169,856 bytes available on disk.

    4,096 bytes in each allocation unit.
    245,756 total allocation units on disk.
    238,811 allocation units available on disk.

    New card:
    The type of the file system is FAT32.
    Volume Serial Number is 560A-8222
    Windows is verifying files and folders...
    File and folder verification is complete.
    Windows has checked the file system and found no problems.

    994,488,320 bytes total disk space.
    4,096 bytes in 1 folders.
    16,826,368 bytes in 18 files.
    977,653,760 bytes available on disk.

    4,096 bytes in each allocation unit.
    242,795 total allocation units on disk.
    238,685 allocation units available on disk.

    SO. Not sure what is up with that. If I have time after the holiday I may poke at it some more with some linux-based utilities; this is all under win7 command prompt.

    BTW... we had AWESOME FOG here in N VA tonight... took the opportunity to take the little Spencer Gifts Projector out back for some lightweight "beam shows." It was super fun! Blue is nearly invisible, but shows up on camera OK. When I pull the pix off my camera I will come back and post a few. I think they turned out OK.
    Last edited by tribble; 12-18-2012 at 16:13. Reason: double-paste error; fixed to show card diffs

  3. #133
    Join Date
    Dec 2010
    Location
    DC/VA metro area, USA
    Posts
    554

    Default

    My favorite shot of the night from this projector... I need one of those Osram PL450s...

    Click image for larger version. 

Name:	CRW_3471.jpg 
Views:	36 
Size:	2.73 MB 
ID:	36163

  4. #134
    Join Date
    Aug 2012
    Location
    Northern VA
    Posts
    125

    Default

    Quote Originally Posted by tribble View Post
    BTW... we had AWESOME FOG here in N VA tonight... took the opportunity to take the little Spencer Gifts Projector out back for some lightweight "beam shows." It was super fun! Blue is nearly invisible, but shows up on camera OK. When I pull the pix off my camera I will come back and post a few. I think they turned out OK.
    Aww man... driving home from work in that fog, I thought that exact same thing (after seeing how cool the police and ambulance lights looked from all the accidents :P )... but by the time I got home from dinner, it was mostly drizzle, and I was afraid to take the projector out in it. Definitely post the pics!

    Edit: Nice pic! I wanted to make a vortex, though I don't think I would have had time to make anything cool before losing the fog. I've never really messed with beam shows on it since I use it in my basement (no fog machine or anything).

    That's weird about the card... though unless you copy/pasted wrong, they look identical in size (1,006,616,576 Bytes vs. 1,006,616,576 Bytes). BTW, is the 4GB card SDHC, or just SD?

    DogP

  5. #135
    Join Date
    Mar 2012
    Location
    Akron, Ohio USA
    Posts
    2,197

    Default

    I'm working on getting wxDev-C++ set up on my Win7 laptop. I don't want to mess up my main workstation. I want to figure out how to get it to work on another computer first.

    My first attempt has not gotten me to where I can compile with libSDL. I fallowed the instructions and it seems simple enough, but for some reason the compiler can't find SDL.h!

    I think I'll try it on yet another computer that is running XP.

    James.
    Creator of LaserBoy!
    LaserBoy is free and runs in Windows, MacOS and Linux (including Raspberry Pi!).
    Download LaserBoy!
    YouTube Tutorials
    Ask me about my LaserBoy Correction Amp Kit for sale!
    All software has a learning curve usually proportional to its capabilities and unique features. Pointing with a mouse is in no way easier than tapping a key.

  6. #136
    Join Date
    Aug 2012
    Location
    Northern VA
    Posts
    125

    Default

    Quote Originally Posted by james View Post
    My first attempt has not gotten me to where I can compile with libSDL. I fallowed the instructions and it seems simple enough, but for some reason the compiler can't find SDL.h!
    I believe I installed SDL through the package manager inside wxDev-C++ (Tools->Package Manager, IIRC).

    DogP

  7. #137
    Join Date
    Mar 2012
    Location
    Akron, Ohio USA
    Posts
    2,197

    Default

    I did that too!

    I think it might be something as stupid as a Windows environment variable for INCLUDE and LIB, even though I defined the paths in the build environment in wxDev-C++.

    I'll have another go of it. I just got tired of it yesterday.

    Besides that, I want to make sure that both libSDL and Boost are up-to-date. That's the whole point!

    UPDATE: Juat tried it again. No luck. I don't get it. I used the built in updater and it even shows the version numbers of both Boost and libSDL that it says it has installed.

    But it still cannot find <SDL/SDL.h> !!!
    Last edited by james; 12-18-2012 at 15:35.
    Creator of LaserBoy!
    LaserBoy is free and runs in Windows, MacOS and Linux (including Raspberry Pi!).
    Download LaserBoy!
    YouTube Tutorials
    Ask me about my LaserBoy Correction Amp Kit for sale!
    All software has a learning curve usually proportional to its capabilities and unique features. Pointing with a mouse is in no way easier than tapping a key.

  8. #138
    Join Date
    Dec 2010
    Location
    DC/VA metro area, USA
    Posts
    554

    Default

    You could always try inside a VM... VirtualBox is free and does a reasonable job of hosting VMs.

    Have you verified that the file it says it can't find is actually present on the disk? I've had that happen before. Package gets half installed, or winzip messes up a tarball, or optional packages aren't uncompressed from the install folder... not with that environment specifically, just in general...

    I think i will take the text file approach initially. But, the wife says no more laser play until after Christmas. :-( Too much to do to get ready.

  9. #139
    Join Date
    Mar 2012
    Location
    Akron, Ohio USA
    Posts
    2,197

    Default

    I can go right to the include directory and see the SDL folder with SDL.h sitting right there!

    I don't get any errors about Boost, but maybe it just doesn't get that far....
    Last edited by james; 12-18-2012 at 17:28.
    Creator of LaserBoy!
    LaserBoy is free and runs in Windows, MacOS and Linux (including Raspberry Pi!).
    Download LaserBoy!
    YouTube Tutorials
    Ask me about my LaserBoy Correction Amp Kit for sale!
    All software has a learning curve usually proportional to its capabilities and unique features. Pointing with a mouse is in no way easier than tapping a key.

  10. #140
    Join Date
    Aug 2012
    Location
    Northern VA
    Posts
    125

    Default

    You could check to make sure the directory is in: Tools->Compiler Options->Directories->C++ includes . And since you're doing #include <SDL/SDL.h>, make sure it's including the directory that has the SDL directory, not the SDL directory that has SDL.h .

    It could be something goofy w/ Windows 7 too, of course... I've only done it on XP. If you've got Windows 7 Pro (or better) you can download Virtual PC with a fully licensed XP direct from M$ (XP mode I believe it's called).

    DogP

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •