Thread: borland components with an MFC app

  1. #1
    Registered User subdene's Avatar
    Join Date
    Jan 2002
    Posts
    367

    borland components with an MFC app

    Hello all....

    I was just wondering if this at all possible. I am developing an MFC application as it is a pain in the arse trying to develop it within borland, and i like the VS IDE. Anyway, is it possible to use a borland component from their VCL and incorporate into an MFC application. Looked on the net, but couldn't really find anything helpful.

    Thanks for any responses.
    Be a leader and not a follower.

  2. #2
    Cat without Hat CornedBee's Avatar
    Join Date
    Apr 2003
    Posts
    8,895
    No. The two libraries have completely separate infrastructures which conflict, as both would like to have exclusive rights to the message queue, but only one can have it.
    All the buzzt!
    CornedBee

    "There is not now, nor has there ever been, nor will there ever be, any programming language in which it is the least bit difficult to write bad code."
    - Flon's Law

  3. #3
    Registered User subdene's Avatar
    Join Date
    Jan 2002
    Posts
    367
    Ok, thanks for your reply.
    Be a leader and not a follower.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. non-MFC DLL with MFC app question.
    By Kempelen in forum Windows Programming
    Replies: 10
    Last Post: 08-20-2008, 07:11 AM
  2. MFC App Closing
    By UnclePunker in forum Windows Programming
    Replies: 2
    Last Post: 01-05-2006, 10:19 AM
  3. Client - Server TCP/IP MFC app..... Help!
    By amedinadiaz in forum C++ Programming
    Replies: 0
    Last Post: 10-26-2005, 11:57 AM
  4. STATIC text label or LABEL in Windows APP - NO MFC!
    By triste in forum Windows Programming
    Replies: 5
    Last Post: 10-25-2004, 11:14 PM
  5. WIndows programming?
    By hostensteffa in forum Windows Programming
    Replies: 7
    Last Post: 06-07-2002, 08:52 PM