Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: alcyone
  • Content: Threads
  • Order by date
  1. alcyone

    boot from USB stick possible with old mb?

    Hi, Sorry if this is the wrong forum, I don't know where to put this question, so I choose the one with the Linux gurus. ;-) I have an old pc with a motherboard that doesn't support booting from a USB device. Would it be possible to use grub or something installed on my harddisc, so I could...
  2. alcyone

    Easy way to change baudrate of serial interface?

    Hi people, In my SUN fire V240 (running Solaris 10) I have a pci-card with 16 serial RS422 interfaces on it. An application written in C reads and writes to those interfaces, but it seems that baudrates higher than 9600 don't work correctly. To be sure that the problem isn't in my appplication...
  3. alcyone

    [MIDI] Beginners question

    Hi all, I'm planning to create a midi-tool, but I have no idea about reading and writing to midi-ports. Does anyone have some sample code or a tutorial which will explain those basics? Thanks in advance!
  4. alcyone

    Text2Speech, how?

    Hi there, In my windows XP Control Panel, I have an item called 'Speech', where I can test text to speech conversion. Is there a (easy) way to use this feature in C++, by calling a function or so? I think I've to use DirectX, but have no experience with it. Thanks for any answers!
  5. alcyone

    conversion CString to int

    Hi all, Is there a function which converts a CString to an int? I know I could easily make one myself, but that's not my question. I cannot find a CString member function which does the job. Thanks in advance!
  6. alcyone

    [MFC] How to change background color of a window?

    Hi all, I want to have a window with a black background. I do this by a 'FillRect'-command, but because the window is being refreshed 10 times a second, I see a annoying flickering each time. I'm sure there is a better way, probably by creating the window, but can't find out how. Any ideas...
  7. alcyone

    Newbie has problem with SetTimer function

    Hi all, Can anyone point me in the right direction about the following problem: I try to make a timer in my View, but when I add a call to SetTimer in my code, it compiles ok, but when running I get a error message 'Debug assertion failed! in afxwin2.inl . What am I doing wrong? Thanks very...
  8. alcyone

    How to change Debug directory forever?

    Hi all, Due to a slow network, I have to change my Debug/output directory to the local disk. But the only way I find is via Project->Settings, so I have to do this for every project. Is there a way to configure it so that this directory is always the same, like c:\temp , or is this impossible...

Part and Inventory Search

Back
Top