Re: [Live-devel] Live555 DLL rather than static libs

2018-10-17 Thread GRINDSTAFF Gene A via live-devel
--- Begin Message --- Jer, It turns out that I already have CMake-Gui to do this, and did not realize it. This causes it to generate an export.def file with decorated names of the symbols. Unfortunately, I must generate four of these (x85,x64, debug, release) because the decorated symbols are

Re: [Live-devel] Live555 DLL rather than static libs

2018-10-17 Thread GRINDSTAFF Gene A via live-devel
--- Begin Message --- Jer, Thanks! Gene Gene A. Grindstaff Executive Subject Matter Expert, SG&I T: 1.256.730.6983 M: 1.256.566.5376 F: 1.256.730.1717 E: mailto:gene.grindst...@hexagonsi.com Hexagon Safety & Infrastructure 305 Intergraph Way Madison, AL, 35758 hexagonsafetyinfrastructure.com |

Re: [Live-devel] Live555 DLL rather than static libs

2018-10-17 Thread GRINDSTAFF Gene A via live-devel
--- Begin Message --- Ross, I am equally confused, but I believe it is because none of the other static variables are called/used in your base libraries. If they were, then it would be an issue. I have built numerous examples of your code, and this is the only issue I have found. CMAKE can e

Re: [Live-devel] Live555 DLL rather than static libs

2018-10-17 Thread GRINDSTAFF Gene A via live-devel
--- Begin Message --- Ross, I agree completely. I would never want you to put Microsoftisms into your code. Neither do I want to modify your code, and maintain and publish it forever. Would you consider doing the following: 1. Making the public class OutPacketBuffer member "maxSize" in medi

[Live-devel] Live555 DLL rather than static libs

2018-10-16 Thread GRINDSTAFF Gene A via live-devel
--- Begin Message --- To All: I am trying to build a RTSP source filter for Microsoft Direct Show and Windows Media. In short these components are basically just DLLs. I can use cmake-gui to build the Live555 libraries and construct a decorated module definition file (.DEF) file which allows