Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
DLLで関数をエクスポートする場合、関数名の長さに制限はありますか?
Microsoft コンパイラを使用する場合、エクスポートされる C++ クラスの関数名には 4096 の制限があります。ここで説明されています。
実験から、C のエクスポートされた関数にも同じ制限があることがわかりました。