CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Sep 2016
    Posts
    2

    Lightbulb Wich codewarrior here can show me the path - Regarding dynamic liberaries

    Hi, This is your next-door Code-noob Writing after having decided to come from
    The industry of graphic design to the light-side of the force, coding.

    So I have been Flirting with this Idea for some while now.

    I can Kick the living hell out of html css and a wee bit of java,
    but this ain't gonna cut it for what I am looking for.
    I am what greek men like you would call a barbarian to coding.



    Initially to save you your time, I Lurked over this site looking for A topic affecting this very subject, before starting this subject.
    But I couldnt find one or more that that specifically diagnosed and adressed the questions I have.


    30 second Pitch:
    I enjoy this plugin set by Astute graphic studios So much, it nearly halved my production time for some applications,
    It got me thinking, if something similar could be developed for score sheet editors
    Like Musescore, guitar pro, Sibelus, Forte, Finale, and such.

    If I have a bunch of files allready written in Midi, Like say Over 6 consecutive hours of music.
    All categorised and named, And i want to make a library that will fit into all if not any of these programs,
    Where do I start, what coding language is Required?

  2. #2
    2kaud's Avatar
    2kaud is offline Super Moderator Power Poster
    Join Date
    Dec 2012
    Location
    England
    Posts
    7,824

    Re: Wich codewarrior here can show me the path - Regarding dynamic liberaries

    This thread has been moved from Visual c++ programming as question asking which programming language to use.

    Also please note when posting that less flowery language would be better!
    All advice is offered in good faith only. All my code is tested (unless stated explicitly otherwise) with the latest version of Microsoft Visual Studio (using the supported features of the latest standard) and is offered as examples only - not as production quality. I cannot offer advice regarding any other c/c++ compiler/IDE or incompatibilities with VS. You are ultimately responsible for the effects of your programs and the integrity of the machines they run on. Anything I post, code snippets, advice, etc is licensed as Public Domain https://creativecommons.org/publicdomain/zero/1.0/ and can be used without reference or acknowledgement. Also note that I only provide advice and guidance via the forums - and not via private messages!

    C++23 Compiler: Microsoft VS2022 (17.6.5)

  3. #3
    Join Date
    Sep 2016
    Posts
    2

    Re: Wich codewarrior here can show me the path - Regarding dynamic liberaries

    Copy that!
    Thank you!

    I'm excited over what will come of it.

  4. #4
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: Wich codewarrior here can show me the path - Regarding dynamic liberaries

    Whether you can make it work for other programs depends on whether those programs offer extensibility which is usually in the form of an SDK (software development kit). If a kit is offered for a particular program, the program language(s) are usually already decided for you and the sdk will offer code sample for the language(s).

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured