I'd like to tweak some plugins
Jun 3, 2004 at 11:52 PM Thread Starter Post #1 of 5

lan

Videographus Supremus:Makes audio cables using super-advanced materials, like "some clear tape" and "some not so clear tape."
Joined
Sep 4, 2002
Posts
8,606
Likes
18
Seems like I need more than the Intel C++ compiler.

Is there a free alternative to visual C++ or a trial (I havn't seen one)?
 
Jun 5, 2004 at 3:49 PM Post #4 of 5
Am I missing something here? I don't really program C++ I figure it would just compile.
tongue.gif



usage: cl [ option... ] filename... [ /link linkoption... ]

D:\Temp\asioout\source>cl out_asio.cpp
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3052 for 80x86
Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.

out_asio.cpp
out_asio.cpp(90) : error C3861: '_endthreadex': identifier not found, even with
argument-dependent lookup
out_asio.cpp(168) : error C2039: 'QueueUserAPC' : is not a member of 'operator``
global namespace'''
out_asio.cpp(168) : error C3861: 'QueueUserAPC': identifier not found, even with
argument-dependent lookup
out_asio.cpp(285) : error C3861: '_beginthreadex': identifier not found, even wi
th argument-dependent lookup
 

Users who are viewing this thread

Back
Top