CFront and C#.NET

AngeloAngelo Member Posts: 180
The C/FRONT functionality from cfront.dll has been duplicated and made available from a .net assembly. All functions have been included.

Regard to ChangeInNav4.0SP1.doc,Someone know where I can get sample application or documentation how to make coding with C/FRONT via C#?

Thx....

Comments

  • atarisataris Member Posts: 109
    Thought it was on the SP1.

    You need Visual Studio.NET
  • kinekine Member Posts: 12,562
    I think you need only add this DLL into your project to generate interface for it and use the functions there... like when you want use another dll within your project...
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • deltoiddeltoid Member Posts: 41
    Where do I find this cfront.dll?
  • kinekine Member Posts: 12,562
    when you install the SDK, it will be there...
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • AngeloAngelo Member Posts: 180
    I mean like w1w1cfront.pdf in Navision CD.there is explanation about function2 for coding in C Compiler but for .NET there is no explanation(the pdf file not updated yet) althought they said Nav 4.0 SP1 has used C/front support .NET OR there is explanation in SDK like I want?
  • kinekine Member Posts: 12,562
    I think that the only do some modification in the dll to be more .net friendly - it means, the functions are same, only some internal things were changed. But it is only my meaning, I am not using C/Front....
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • DenSterDenSter Member Posts: 8,307
    It used to be that you have a dll that you set up as a reference, like an API. Now with the .NET framework, you have assemblies that reside in the GAC. The CFrontDotNet dll supposedly does exactly the same as the regular dll, it is just compiled as a .NET assembly, and consequently, you can use it in the .NET CLR.
Sign In or Register to comment.