Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
A

astupidboy

@astupidboy
About
Posts
6
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • how to export an enum type in an ATL prject
    A astupidboy

    my code:

    class ATL_NO_VTABLE CSysLog :
    .....
    {
    public:
    [export]
    enum EnumLogLevel
    {
    LogNone = 0,
    LogError = 1,
    LogWarning = 2,
    LogInfo = 3,
    LogDebug = 4,
    LogDebug1 = 5,
    LogDebug2 = 6,
    LogDebug3 = 7,
    LogDebug4,
    };
    ......

    it takes errors likes: c1xx : error C3174: .... LINK : fatal error LNK1250: ... how to correct it?

    ATL / WTL / STL c++ help tutorial question

  • how to use an interface as a parameter in other atl objects?
    A astupidboy

    Um,i see ,thank you

    ATL / WTL / STL tutorial c++ question

  • how to use an interface as a parameter in other atl objects?
    A astupidboy

    but there's no such file ... could you leave your email,and i send the project to you ?

    ATL / WTL / STL tutorial c++ question

  • how to use an interface as a parameter in other atl objects?
    A astupidboy

    any example?:(,i'm too stupid

    ATL / WTL / STL tutorial c++ question

  • how to use an interface as a parameter in other atl objects?
    A astupidboy

    i assumed like that ,but i don't know what to do . my step: 1. crete a new atl project, maybe it named TestA. 2. Add a class "A"; 3. IA Add methods like TestErr(IErrSupport *pErr); 4. compiling... .\TestA.idl(19) : error MIDL2025 : syntax error : expecting a type specification near "IErrSupport" .\TestA.idl(19) : error MIDL2026 : cannot recover from earlier syntax errors; aborting compilation 5. add import "../ErrSupport/ErrSupport.idl"; to TestA.idl ,compiling... d:\errsupport\testa\testa_i.h(69) : fatal error C1083: Cannot open include file: 'ErrSupport.h': No such file or directory

    ATL / WTL / STL tutorial c++ question

  • how to use an interface as a parameter in other atl objects?
    A astupidboy

    :( first sorry for my poor english.. i have an "ATL simple object" interface like "IErrSupport" , and i want to use it as a parameter like: (ISomething) DoSomething(...,IErrSupport *pErr); ... (IOtherthing) DoOtherthing(...,IErrSupport *pErr); can anybody give me an example? thanks a lot.

    ATL / WTL / STL tutorial c++ question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups