I want to upgrade an old style dll that exports about 15 methods to a new style .net assembly dll. the question I have is there is all this talk about not sing api in .net and blah blah blah the old dll is a big api wrapper more or less and well if i convert the thing i will still be using the api. is that bad..?