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 TouchToneTommy 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: *

  1. NietzscheDisciple

    Problem dealing with a function definition

    Hi Timmay, you're right...and I think I fixed it when I went over the code. I forgot the typecast that was present in my C# code. The line should read: MemBuff = (System::Int32[])( StreamCapBuffer->Read(StreamCapBuffReadPos, __typeof(int), LockFlag::None, CapBuffPara)); It compiles ok now.
  2. NietzscheDisciple

    Problem dealing with a function definition

    Hi, I'm trying to port some code I wrote using DirectSound in C# to Visual C++ (managed). I've got most of it done except for this problem I'm stuck at. I understand that this is a newbie question, so please be gentle The function I'm having a problem with is...

Part and Inventory Search

Back
Top