到Project文件里找Compiler=后面的字符串呗。

解决方案 »

  1.   

    直接用记事本打开工程文件:
    Type=Exe
    Form=MainForm.frm
    Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#..\..\..\..\..\WINDOWS\SYSTEM\StdOle2.tlb#OLE Automation
    Object={972DE6B5-8B09-11D2-B652-A1FD6CC34260}#1.0#0; ACTIVESKIN.OCX
    IconForm="Form1"
    Startup="Form1"
    ExeName32="Project1.exe"
    Command32=""
    Name="Project1"
    HelpContextID="0"
    CompatibleMode="0"
    MajorVer=1
    MinorVer=0
    RevisionVer=0
    AutoIncrementVer=0
    ServerSupportFiles=0
    VersionCompanyName="SoftShape"
    CompilationType=0
    OptimizationType=0
    FavorPentiumPro(tm)=0
    CodeViewDebugInfo=0
    NoAliasing=0
    BoundsCheck=0
    OverflowCheck=0
    FlPointCheck=0
    FDIVCheck=0
    UnroundedFP=0
    StartMode=0
    Unattended=0
    ThreadPerObject=0
    MaxNumberOfThreads=1有很多项,其中第一行的type就是说明工程类型的.
    type=exe    :  可执行文件
    type=oleDll :  ActiveX动态库
    type=control:  ActiveX控件
    等等,你可以自己看一看.
      

  2.   

    帮忙Push
    http://www.csdn.net/Expert/topic/439/439303.shtm
      

  3.   

    ljren_t(立志) 是不是vb工程文件?
    不过在vc中好像也能看出来。# Microsoft Developer Studio Project File - Name="RS232C" - Package Owner=<4>
    # Microsoft Developer Studio Generated Build File, Format Version 6.00
    # ** DO NOT EDIT **# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102CFG=RS232C - Win32 Debug
    !MESSAGE This is not a valid makefile. To build this project using NMAKE,
    !MESSAGE use the Export Makefile command and run
    !MESSAGE 
    !MESSAGE NMAKE /f "RS232C.MAK".
    !MESSAGE 
    !MESSAGE You can specify a configuration when running NMAKE
    !MESSAGE by defining the macro CFG on the command line. For example:
    !MESSAGE 
      

  4.   

    sorry,我用VB时间长了,也没看在那个版就回答了.
    解决了就好.