Menu

#50 Make lang compiler buildable without MFC

closed-fixed
3
2007-08-31
2007-02-26
Kimmo Varis
No

I just realized we really must convert our .lang file compiler to be buildable without MFC.

It would be a lot easier for translators if they can download and install Visual Studio Express edition and use it to compile .lang files.

Unfortunately Visual Studio Express editions don't have MFC included, so current requirement of MFC limits things too much.

I'll take a first look at this ASAP.

Discussion

  • Kimmo Varis

    Kimmo Varis - 2007-03-18

    Logged In: YES
    user_id=631874
    Originator: YES

    Seems to be more work than I thought of - mainly because of excessive use of CString formatting. But I've done couple of steps for this and continue working with it.

     
  • Kimmo Varis

    Kimmo Varis - 2007-03-18
    • priority: 8 --> 7
     
  • Kimmo Varis

    Kimmo Varis - 2007-03-29
    • priority: 7 --> 3
     
  • Kimmo Varis

    Kimmo Varis - 2007-03-29

    Logged In: YES
    user_id=631874
    Originator: YES

    Ok, I really don't have time for this. Sad but true.

    I'll leave it to todo-list, but most probably I'm not working with this before 2.8 release.

     
  • Kimmo Varis

    Kimmo Varis - 2007-08-10

    Logged In: YES
    user_id=631874
    Originator: YES

    Seems like recently added String -type is a way to go, as most of the MFC code is about CString.

     
  • Kimmo Varis

    Kimmo Varis - 2007-08-28

    Logged In: YES
    user_id=631874
    Originator: YES

    After few patches, we are very close to have this item implemented.

    Last patch is:
    #1783581 Build MakeResDll without MFC
    http://winmerge.org/patch/1783581

     
  • Kimmo Varis

    Kimmo Varis - 2007-08-31
    • status: open --> closed-fixed
     
  • Kimmo Varis

    Kimmo Varis - 2007-08-31

    Logged In: YES
    user_id=631874
    Originator: YES

    Ok, patch committed. Resource compiler now works without MFC!

     

Log in to post a comment.